home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / etc / login.access < prev    next >
Text File  |  2005-10-13  |  2KB  |  55 lines

  1. # $Id: login.access,v 1.2 1996/09/10 02:45:04 marekm Exp $
  2. #
  3. # Login access control table.
  4. # When someone logs in, the table is scanned for the first entry that
  5. # matches the (user, host) combination, or, in case of non-networked
  6. # logins, the first entry that matches the (user, tty) combination.  The
  7. # permissions field of that table entry determines whether the login will 
  8. # be accepted or refused.
  9. # Format of the login access control table is three fields separated by a
  10. # ":" character:
  11. #     permission : users : origins
  12. # The first field should be a "+" (access granted) or "-" (access denied)
  13. # character. 
  14. #
  15. # The second field should be a list of one or more login names, group
  16. # names, or ALL (always matches). A pattern of the form user@host is
  17. # matched when the login name matches the "user" part, and when the
  18. # "host" part matches the local machine name.
  19. #
  20. # The third field should be a list of one or more tty names (for
  21. # non-networked logins), host names, domain names (begin with "."), host
  22. # addresses, internet network numbers (end with "."), ALL (always
  23. # matches) or LOCAL (matches any string that does not contain a "."
  24. # character).
  25. #
  26. # If you run NIS you can use @netgroupname in host or user patterns; this
  27. # even works for @usergroup@@hostgroup patterns. Weird.
  28. #
  29. # The EXCEPT operator makes it possible to write very compact rules.
  30. #
  31. # The group file is searched only when a name does not match that of the
  32. # logged-in user. Only groups are matched in which users are explicitly
  33. # listed: the program does not look at a user's primary group id value.
  34. #
  35. ##############################################################################
  36. # Disallow console logins to all but a few accounts.
  37. #
  38. #-:ALL EXCEPT wheel shutdown sync:console
  39. #
  40. # Disallow non-local logins to privileged accounts (group wheel).
  41. #
  42. #-:wheel:ALL EXCEPT LOCAL .win.tue.nl
  43. #
  44. # Some accounts are not allowed to login from anywhere:
  45. #
  46. #-:wsbscaro wsbsecr wsbspac wsbsym wscosor wstaiwde:ALL
  47. #
  48. # All other accounts are allowed to login from anywhere.
  49. #
  50.